home *** CD-ROM | disk | FTP | other *** search
- ;----------------------------------------------------------------------------
- ; Thunk95 example program
- ; Copyright (c) 1996 by Borland International, All Rights Reserved
- ;----------------------------------------------------------------------------
- EXPORTS
- ThunkObj_ThunkData32
-
- IMPORTS
- ThunkConnect32@24 = kernel32.ThunkConnect32
-
- ; These are the 'magic' translation functions exported from kernel32
- ; which are called by the assembly code generated by the thunk compiler
- kernel32.FT_Exit0
- kernel32.FT_Exit12
- kernel32.FT_Exit16
- kernel32.FT_Exit20
- kernel32.FT_Exit24
- kernel32.FT_Exit28
- kernel32.FT_Exit32
- kernel32.FT_Exit36
- kernel32.FT_Exit4
- kernel32.FT_Exit40
- kernel32.FT_Exit44
- kernel32.FT_Exit48
- kernel32.FT_Exit52
- kernel32.FT_Exit56
- kernel32.FT_Exit8
- kernel32.FT_Prolog
- kernel32.FT_Thunk
- kernel32.MapHInstLS
- kernel32.MapHInstLS_PN
- kernel32.MapHInstSL
- kernel32.MapHInstSL_PN
- kernel32.QT_Thunk
- kernel32.SMapLS
- kernel32.SMapLS_IP_EBP_12
- kernel32.SMapLS_IP_EBP_16
- kernel32.SMapLS_IP_EBP_20
- kernel32.SMapLS_IP_EBP_24
- kernel32.SMapLS_IP_EBP_28
- kernel32.SMapLS_IP_EBP_32
- kernel32.SMapLS_IP_EBP_36
- kernel32.SMapLS_IP_EBP_40
- kernel32.SMapLS_IP_EBP_8
- kernel32.SUnMapLS
- kernel32.SUnMapLS_IP_EBP_12
- kernel32.SUnMapLS_IP_EBP_16
- kernel32.SUnMapLS_IP_EBP_20
- kernel32.SUnMapLS_IP_EBP_24
- kernel32.SUnMapLS_IP_EBP_28
- kernel32.SUnMapLS_IP_EBP_32
- kernel32.SUnMapLS_IP_EBP_36
- kernel32.SUnMapLS_IP_EBP_40
- kernel32.SUnMapLS_IP_EBP_8
-